css: Fix tokenization of CDO
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2020 04:37:39 +0000 (00:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2020 04:38:49 +0000 (00:38 -0400)
commit90676540ec4cf6cd7a03a339f920a0636d2ff1b1
tree9648ee93a15af230e11ae914136e8b89e2539f2f
parent7db58d5f8d05b5c476cc07c0c833582bd3ef8bf3
css: Fix tokenization of CDO

A CDO is 4 characters: <!--, not 3 as our tokenizer
was pretending.
gtk/css/gtkcsstokenizer.c